home *** CD-ROM | disk | FTP | other *** search
- IBM CS9000 Kermit.
-
- Author: Glenn Howes, U of Wisconsin <howes@bert.chem.wisc.edu>, 1990.
- Submitted to Kermit Distribution: September 1992.
-
- This is a send-only Kermit program. There is no code for receiving files.
- There is also no code for sending multiple files; you must run the program
- once for each file to be sent.
-
- To build:
-
- a) Get the CS9000.PAS source file onto your CS9000.
- b) Rename it to KERMIT.PAS
- c) Type "P KERMIT"
- d) Type "PASS2 KERMIT"
- e) Type "ALINK KERMIT +M = 28000"
-
- The result is KERMIT.BIN.
-
- 3) To run, type "KERMIT", program will prompt you for the filename,
- alternatively you could type "KERMIT <filename>".
-
- 4) There are no options: it takes the file you specify and sends it out serial
- port #1, using the binary format in 8-bit, no parity mode at 9600 baud, with
- all default settings.
-